VISITURL - version 1.51 and later Note: This version uses a regular expression library for enhanced search capabilities. (see "perlre.txt") The file "perlre.dll", included in program distribution, MUST be unpacked to the same directory as "visit.exe", or to your windows 'system' folder, which is usually c:\windows\system The dll is linked statically, therefore the program will refuse to load if it can't find the dll. This may be addressed in a later release. TPerlRe, written by Luu Tran , is a freeware Delphi wrapper for perlre.dll, the win-32 port of Philip Hazel's PCRE (Perl Compatible Regular Expression) package. PCRE itself can be found at: ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ Since the original TPerlRe uses "extended" Delphi 4 constructs (overloading), I had to modify the code to to compile it under Delphi 3. TPerlRe can be found at: Delphi Super Page (http://sunsite.icm.edu.pl/delphi/) Torry's Delphi Pages (http://www.blocks.co.jp/torry/)